🎖️GitЯра🎖️
Commit f6c83e40f665ccd5f39bf9d9c79cbbffbccc1b0e
Parents : fce37d6
Author : James Rich <james.a.rich@gmail.com>
Date : 2026-07-01T10:44:40-05:00
fix(desktop): pin metainfo screenshot URLs to a commit SHA
Flathub requires immutable URLs for screenshot metadata; a branch ref
like main can move and break validation.
Changes
1 files changed, 4 insertions(+), 4 deletions(-)
Diff
diff --git a/desktopApp/packaging/linux/org.meshtastic.desktop.metainfo.xml b/desktopApp/packaging/linux/org.meshtastic.desktop.metainfo.xml
index 1f86a0d0ce..3f08bd77fe 100644
--- a/desktopApp/packaging/linux/org.meshtastic.desktop.metainfo.xml
+++ b/desktopApp/packaging/linux/org.meshtastic.desktop.metainfo.xml
@@ -75,19 +75,19 @@
<screenshots>
<screenshot type="default">
<caption>Track every node on the mesh at a glance</caption>
- <image>https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/main/desktopApp/packaging/linux/screenshots/meshtastic-desktop-02-nodes.png</image>
+ <image>https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/fce37d60fbb54878549de8bd03cf102e4042808e/desktopApp/packaging/linux/screenshots/meshtastic-desktop-02-nodes.png</image>
</screenshot>
<screenshot>
<caption>Chat with your mesh, channel by channel</caption>
- <image>https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/main/desktopApp/packaging/linux/screenshots/meshtastic-desktop-03-messages.png</image>
+ <image>https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/fce37d60fbb54878549de8bd03cf102e4042808e/desktopApp/packaging/linux/screenshots/meshtastic-desktop-03-messages.png</image>
</screenshot>
<screenshot>
<caption>Connect over Bluetooth, USB, or Wi-Fi</caption>
- <image>https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/main/desktopApp/packaging/linux/screenshots/meshtastic-desktop-01-connections.png</image>
+ <image>https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/fce37d60fbb54878549de8bd03cf102e4042808e/desktopApp/packaging/linux/screenshots/meshtastic-desktop-01-connections.png</image>
</screenshot>
<screenshot>
<caption>Full radio and module configuration</caption>
- <image>https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/main/desktopApp/packaging/linux/screenshots/meshtastic-desktop-04-settings.png</image>
+ <image>https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/fce37d60fbb54878549de8bd03cf102e4042808e/desktopApp/packaging/linux/screenshots/meshtastic-desktop-04-settings.png</image>
</screenshot>
</screenshots>
Served by rngit 1.5.2 - Generated in 0.05s